@charset "utf-8";
/*
 * Author:xtt
 * 2017.03.03
 * 首页css包
*/
/*banner 左右切换按钮*/
.global-banner:hover .tempWrap-l-r {
	display: block;
}
.tempWrap-l-r {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	display: none;
	width: 30px;
	height: 60px;
	background: url(../images/transparent20.png) repeat;
}
.tempWrap-l-r:hover {
	background: url(../images/transparent50.png) repeat;
}
.tempWrap-l-r>i {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner_p_n.png);
}
.tempWrap-l-r.prev {
	margin-left: -380px;
}
.tempWrap-l-r.prev>i {
	background-position: 0 center;
}
.tempWrap-l-r.next {
	margin-left: 320px;
}
.tempWrap-l-r.next>i {
	background-position: -30px center;
}
/*订单进度查询框 css style*/
.search-schedule {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: 350px;
	width: 200px;
	padding: 10px 20px 30px;
	background: #fff;
	border-radius: 3px;
}
.schedule-title {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 70px;
}
.schedule-input {
	display: block;
	margin-bottom: 10px;
	height: 16px;
    width: 178px;
    padding: 11px 10px;
	line-height: 16px;
	text-align: left;
	border: 1px #ddd solid;
	border-radius: 3px;
	color: #666;
}
.schedule-input:focus {
	border-color: #bbb;
}
.schedule-button{
	width: 100%;
	background: #1786ef;
	color: #fff;
	line-height: 40px;
	border-radius: 3px;
}
.schedule-button:hover{
	background: #004b92;
}
.schedule-code {
	text-align: center;
	padding: 40px 0 0;
}
.schedule-code>img {
	width: 90px;
	height: 90px;
}
.schedule-code>p {
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
/*人们推荐css style*/
.index-hot {
	width: 1180px;
	margin: 10px auto;
	overflow: hidden;
}
.hot-title {
	position: relative;
	display: block;
	float: left;
	width: 210px;
	padding: 22px 0 21px;
	background: #1786ef;
	text-align: center;
	color: #fff;
}
.hot-title>.triangle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-right: 5px #fff solid;
}
.hot-title>.big {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 45px;
	border-bottom: 1px #fff solid;
	margin-bottom: 10px;
}
.hot-title>.big span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5.5px;
	bottom:-3.5px;
	width: 11px;
	background: #1786ef;
}
.hot-title>.big span>i {
	display: block;
	width: 3px;
	height: 7px;
	margin: 0 auto;
	background: #fff;
}
.hot-list {
	float: left;
}
.hot-list>li {
	position: relative;
	display: block;
	float: left;
	width: 240px;
}
.hot-list>li>a {
	display: block;
	border: 1px #eee solid;
	border-left: 0;
}
.hot-list>li>a:hover .hot-content h3{
	color: #2992f6;
}
.hot-list>li>a img {
	width: 100%;
	height: 118px;
}
.hot-content {
	position: absolute;
	left: 20px;
	top: 24px;
}
.hot-content>h3 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-content>p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.hot-content>p span {
	font-weight: bold;
	font-size: 16px;
	color: #fa4f4f;
	line-height: 30px;
}
.hot-content>p del {
	font-size: 12px;
}
.new-dynamic {
	float: right;
	width: 202px;
	height: 98px;
	padding: 10px 18px;
	border: 1px #eee solid;
}
.new-dynamic>h3 {
	color: #333;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px dashed #e8e8e8;
}
.new-dynamic>h3 >i,
.new-dynamic>h3 >span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.new-dynamic>h3 >i {
	width: 2px;
	height: 12px;
	background: #2992f6;
	margin-right: 5px;
}
.new-dynamic-box {
	padding: 11px 0;
}
.new-dynamic-box>a {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-dynamic-box>a:hover {
	color: #2992f6;
}
/*当老板 css style*/
.when-boss {
	width: 1180px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.index-title {
	line-height: 65px;
	font-size: 20px;
	color: #000;
}
.index-title>span {
	color: #999;
}
.when-boss-list {
	overflow: hidden;
	margin: 0 -10px;
	padding: 0 0 10px;
}
.when-boss-list>li {
	display: block;
	float: left;
	width: 378px;
	margin: 0 10px;
    border: 1px #eee solid;
    border-top: 2px #2992f6 solid;
    overflow: hidden;
}
.when-boss-list>li:hover {
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}
.when-boss-list>li:hover .boss-main-txt>p {
	color: #2892F5;
}
.boss-title {
    line-height: 73px;
    text-align: center;
    font-size: 24px;
    color: #999;
}
.boss-main{
	position: relative;
}
.boss-main>img{
	width: 100%;
	height: 200px;
}

.boss-main-txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px;
}
.boss-main-txt>p {
	color: #004b92;
	font-weight: bold;
	font-size: 20px;
}
.boss-main-txt>p>span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-left: 3px;
	margin: 5px 0 0;
}
.boss-main-txt>label {
	color: #fa4f4f;
	display: block;
	margin: 10px 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.boss-price {
	color: #fa4f4f;
	display: block;
	/*margin: 10px 0 15px;*/
}
.boss-main-txt>a {
	display: block;
	width: 78px;
	line-height: 24px;
	border: 1px #fa4f4f solid;
	border-radius: 2px;
	text-align: center;
	color: #fa4f4f;
}
.boss-main-txt>a:hover {
	color: #fff;
	background: #fa4f4f;
}
.boss-sub {
	padding: 35px 0 40px;
	margin: 0 -1px;
	overflow: hidden;
}
.boss-sub>a {
	display: block;
	float: left;
	width: 149px;
	padding: 0 10px 0 30px;
	border-left: 1px #eaeaea solid;
	color: #999;
	height: 45px;
}
.boss-sub>a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boss-sub>a label {
	color: #333;
	cursor: pointer;
	font-weight: bold;
}
.boss-sub>a:hover label {
    color: #2892F5;
}
/*企业发展 css style*/
.company-develop {
	background: #f6f7f9;
	min-width: 1180px;
	padding-bottom: 32px;
}
.company-develop-main {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.develop-box {
	overflow: hidden;
	height: 380px;
	margin: 0 -1px 0 -2px
}
.develop-list {
	float: left;
}
.develop-list>li{
	position: relative;
	float: left;
	display: block;
	border-right: 1px #eee solid;
}
.develop-list>li>a{
	display: block;
}
.develop-main {
	padding: 30px 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #999;
	line-height: 25px;
}
.develop-list>li.list1 .develop-title{
	width: 80px;
	/*color: #2892f5;*/
}
.develop-list>li a{
	width: 230px;
	height: 380px;
}
.develop-list>li.list1 a{
	width: 300px;
	height: 380px;
}
.develop-list>li a img{
	width: 100%;
	height: 100%;
}
.develop-list>li:hover .develop-title {
	color: #2892f5;
	width: 100px;
}
.develop-title {
	width: 50px;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 45px;
	font-size: 24px;
	border-bottom: 2px #2892f5 solid;
	color: #004b92;
	font-weight: bold;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}
.develop-main>label {
	color: #fa4f4f;
}
.develop-list2 {
	float: left;
	width: 420px;
	background: #fff;
}
.develop-list2>li {
	display: block;
	float: left;
	width: 209px;
	height: 190px;
	border-right: 1px #eee solid;
	border-bottom: 1px #eee solid;
}
.develop-list2>li.list1 {
	background: url(../images/company4.jpg) no-repeat right bottom;
}
.develop-list2>li.list2 {
	background: url(../images/company5.jpg) no-repeat right bottom;
}
.develop-list2>li.list3 {
	background: url(../images/company6.jpg) no-repeat right bottom;
}
.develop-list2>li.list4 {
	background: url(../images/company7.jpg) no-repeat right bottom;
}
.develop-list2>li>a {
	display: block;
	color: #999;
	padding: 25px 30px;
}
.develop-list2>li>a:hover h3 {
	color: #2892f5;
}
.develop-list2>li>a>h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.develop-list2>li>a>label {
	color: #fa4f4f;
	line-height: 35px;
}
.develop-list2>li>a>p {
	line-height: 25px;
	/*margin-bottom: 10px;*/
}
/*专页团队 css style*/
.team-major {
	width: 1180px;
	margin: 0 auto;
}
.team-major .index-title{
	padding: 10px 0 0;
}
.team-list {
	overflow: hidden;
	padding: 0 20px 10px;
}
.team-list>li {
	display: block;
	width: 350px;
	margin: 0 15px;
	float: left;
	padding: 68px 0 10px;
}
.team-list>li>a {
	position: relative;
	display: block;
    border: 1px #eee solid;
	border-top: 1px #2892f5 solid;
	background: #fff;
	padding: 75px 0 30px;
	text-align: center;
	/*box-shadow: 0 0 11px 4px rgba(0,0,0,.05);*/
	transition: all 0.5s linear 0.1s;
}
.team-list>li>a:hover {
	background: #2892f5;
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}
.team-list>li>a .user-describe,
.team-list>li>a .user-experience,
.team-list>li>a .user-name,
.team-list>li>a .user-name>big{
	transition: all 0.5s linear 0.1s;
}
.team-list>li>a:hover .user-describe,
.team-list>li>a:hover .user-experience,
.team-list>li>a:hover .user-name,
.team-list>li>a:hover .user-name>big{
	color: #fff;
}
.tema-img {
	position: absolute;
	top: -68px;
	left: 50%;
	margin-left: -72px;
	/*position: relative;
	z-index: 2;*/
	width: 134px;
	height: 134px;
	border: 5px #fff solid;
	border-radius: 100%;
	overflow: hidden;
}
.tema-img>img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: relative;
	z-index: 2;
}
.user-name {
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.user-name>big {
	margin-right: 5px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.user-experience {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 10px 0;
}
.user-experience>label {
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    padding: 0 14px;
}
.user-experience>label.spacer {
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    padding: 0;
    height: 30px;
    border-left: 1px #e9e9e9 solid;
}
.user-describe {
	font-size: 12px;
	color: #666;
	padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-p-r {
	display: block;
	position: absolute;
	top:145px;
	/*margin-top: -25px;*/
}
.team-p-r:hover {
	background: url(../images/transparent25.png) repeat;
}
.team-p-r>i {
	display: block;
	width: 20px;
	height: 50px;
	background-image: url(../images/team_p_n.png);
}
.team-p-r.prev {
	left: 0;
}
.team-p-r.prev>i {
	background-position: 0 0;
}
.team-p-r.prev:hover>i {
	background-position: 0 -50px;
}
.team-p-r.next {
	right: 0;
}
.team-p-r.next>i {
	background-position: -20px 0;
}
.team-p-r.next:hover>i {
	background-position: -20px -50px;
}
.team-slide {
	position: relative;
    padding: 0 20px 0;
}
/*媒体报道*/
.media-new {
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
.media-tab {
	border-bottom: 1px #eaeaea solid;
	overflow: hidden;
}
.media-tab>li {
	display: block;
	float: left;
}
.media-tab>li>a {
	display: block;
	margin-right: 8px;
	font-size: 20px;
	color: #666;
	padding: 0 10px;
	line-height: 32px;
}
.media-tab>li.active a {
	color: #fff;
	background: #004b92;
}
.media-new-content {
	overflow: hidden;
}
.media-new-list {
	margin: 0 -15px;
	padding: 30px 0;
	overflow: hidden;
}
.business-new {
	float: left;
}
.business-new>li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 15px;
}
.business-new>li>a {
	display: block;
	color: #333;
}
.business-new>li>a:hover {
	color: #2892f5;
}
.business-new>li>a:hover span{
	 width: 100%;
}
.business-img {
	width: 250px;
	height: 220px;
	overflow: hidden;
}
.business-img>img {
	width: 100%;
	height: 100%;
}
.media-title {
	position: relative;
	padding: 5px 0 0;
	font-size: 16px;
	/*border-bottom: 1px #e5e5e5 solid;*/
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.media-title span{
	/*position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 60px;
	border-top: 2px #2892f5 solid;*/	
	background: #2892f5; 
	content: ""; 
	display: block; 
	height: 1px; 
	top: 0; 
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
	width: 60px;
}
/*.media-title>span {
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 60px;
	border-top: 2px #2892f5 solid;
}*/
.business-new>li>a>p{
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	line-height: 45px;
}
.business-new>li>a>p.no-nowrap{
	height: 66px;
	padding: 10px 0 0;
	line-height: 22px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.business2-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.business2-img>img {
	width: 100%;
	height: 100%;
}
.business-new-style2>li {
	width: 226px;
}
.business-new-style2>li .business-img{
	width: 226px;
	height: 150px;
}
.business-new-big {
	position: relative;
	display: block;
	float: left;
	margin: 0 15px;
	width: 460px;
	height: 308px;
	overflow: hidden;
}
.business-new-big>img {
	width: 100%;
	height: 100%;
}
.business-new-big>p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/transparent60.png) repeat;
}
/*媒体报告 修改 css style*/
.media-report {
	/*margin: 0 -14px;*/
	float: left;
}
.media-report>li {
	display: block;
	float: left;
	width: 210px;
	padding: 0 15px;
    margin: 0 -1px;
	border-left: 1px #eee solid;
}
.media-report>li>a {
	display: block;
}
.media-report>li>a:hover {
	color: #2892f5;
}
.media-report>li>a:hover .report-title>i {
	width: 210px;
}
.media-report>li>a:hover .report-title {
	color: #2892F5;
}
.report-img {
	width: 210px;
	height: 140px;
}
.report-img>img {
	width: 100%;
	height: 100%;
}
.report-title {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	padding: 15px 0 0;
	line-height: 24px;
	height: 60px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.report-title>i {
	display: block;
	width: 60px;
	height: 1px;
	background: #2892f5;
	margin-top: 10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.report-txt {
	font-size: 12px;
	color: #999;
	margin: 15px 0 20px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
}
.report-time {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	line-height: 25px;
}
.report-time>span {
	margin-right: 15px;
}
.eye-icon {
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/eye_icon.png) no-repeat center 2px;
}
.report-adv {
	width: 220px;
	float: right;
	margin: -20px 15px 0;
}
.report-adv>a {
	display: block;
	margin: 20px 0 0;
}
.report-adv>a:last-child img {
	height: 155px;
}
.report-adv>a>img {
	width: 100%;
	height: 140px;
}
/*创业故事 修改 css style*/
.business-list-box {
	float: left;
	width: 209px;
	margin: 0 15px;
}
.business-list-box>label {
	display: block;
	background: #42a5f5;
	padding: 20px 35px;
	color: #fff;
	height: 100px;
}
.business-list-box>label>p.title {
	font-size: 30px;
	font-weight: bold;
	line-height: 58px;
}
.business-list-box>label>p.title>i {
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
}
.business-list-box>label>p.text {
	line-height: 40px;
	color: #aad6ff;
}
.business-list {
	border: 1px #42a5f5 solid;
	border-top: none;
	padding: 10px 0;
}
.business-list>li {
	display: block;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 31px;
}
.business-list>li>i {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 10px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #42a5f5;
}
.business-list>li>a {
	margin-left: 14px;
	color: #999;
}
.business-list>li>a:hover {
	color: #42a5f5;
}
/*时间轴*/
.time-line {
	position: relative;
	min-width: 1180px;
	background: url(../images/time_line.jpg) top center;
	padding: 15px 0 20px;
}
.time-line-main {
	position: relative;
	z-index: 1;
	width: 1180px;
	text-align: center;
	margin: 0 auto;
}
.time-line-main>h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
}
.city-list {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-top: 1px #fff solid ;
	border-bottom: 1px #fff solid ;
	line-height: 32px;
	color: #fff;
    margin-top: 10px;
}
.city-list>label {
	margin: 0 23px;
}
.city-list>span {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	padding: 0 2px;
	display: block;
	background: #3e9aef;
}
.city-list>span.top {
	top: -3px;
}
.city-list>span.bottom {
	bottom: -3px;
}
.city-list>span>i {
	width: 2px;
	height: 5px;
	display: block;
	background: #fff;
}
.time-line-warp {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.time-list-main {
	width: 1224px;
}
.time-axis {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	min-width: 1180px;
	height: 30px;
	background: url(../images/time_line1.png) repeat center;
}
.time-list-main>ul {
	overflow: hidden;
}
.time-list-main li {
	display: block;
	float: left;
	width: 140px;
	padding: 285px 64px 0 0;
	text-align: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.time-list-main li.active>i {
	background: url(../images/time_dot_s.png) no-repeat center;
}
.time-list-main li>i {
	display: block;
	margin: 0 auto;
	width: 41px;
	height: 41px;
	background: url(../images/time_dot.png) no-repeat 11px center;
}
.time-list-main li>p {
	font-size: 16px;
	line-height: 30px;
}
.time-txt {
	position: absolute;
	padding: 10px;
	bottom: 105px;
	width: 230px;
	background: url(../images-v2/transparent40.png) repeat;
	color: #fff;
	line-height: 25px;
	border-radius: 5px;
}
.time-txt>i {
	position: absolute;
	left: 50%;
	margin-left: -4.5px;
	bottom: -5px;
	display: block;
	width: 9px;
	height: 5px;
	background: url(../images/time_arrow.png) no-repeat;
}
.time-p-n {
	position: absolute;
	bottom: 34px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../images/time_p_n.png);
}
.time-p-n.prev {
	display: none;
	left: 0;
	background-position: 0 0;
}
.time-p-n.prev:hover {
	background-position: 0 -35px;
}
.time-p-n.next {
	right: 0;
	background-position: -35px -35px;
}
.time-p-n.next:hover {
	background-position: -35px 0;
}
.time-txt>p {
	padding: 5px 10px 0;
	line-height: 22px;
}
.time-img>img {
	width: 100%;
}

/*广告位 css style*/
.adv-place {
	width: 1180px;
	margin: 0 auto;
	padding: 30px 0;
}
.adv-place>a {
	display: block;
}
.adv-place>a>img {
	width: 100%;
	display: block;
}
.company-develop+.adv-place {
	padding: 30px 0 10px;
}